projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfba21f
)
(dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Jun 1998 01:16:56 +0000
(
01:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Jun 1998 01:16:56 +0000
(
01:16
+0000)
lisp/dabbrev.el
patch
|
blob
|
history
diff --git
a/lisp/dabbrev.el
b/lisp/dabbrev.el
index 5d27a8bd0e36aa1f12da1a1488743f2542e7b242..11da3b68e75e93399631d1e3c2da404008561bbe 100644
(file)
--- a/
lisp/dabbrev.el
+++ b/
lisp/dabbrev.el
@@
-197,7
+197,7
@@
all the other buffers, except those named in `dabbrev-ignored-buffer-names'."
:type 'boolean
:group 'dabbrev)
-(defcustom dabbrev-ignored-buffer-names '("*Messages")
+(defcustom dabbrev-ignored-buffer-names '("*Messages
*" "*Buffer List*
")
"*List of buffer names that dabbrev should not check."
:type '(repeat (string :tag "Buffer name"))
:group 'dabbrev